gdk/win32/gdkdrag-win32.c: Include math.h
authorChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 29 Mar 2019 08:48:29 +0000 (16:48 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 29 Mar 2019 08:50:53 +0000 (16:50 +0800)
We need that for round().

gdk/win32/gdkdrag-win32.c

index 25723451e2492ce96d2604ac25f2a79283c91fd0..318013c2d9e27a6bb5d8159ccb8b944c641bdf57 100644 (file)
@@ -29,6 +29,7 @@
 
 #include <io.h>
 #include <fcntl.h>
+#include <math.h>
 
 /*
  * Support for OLE-2 drag and drop added at Archaeopteryx Software, 2001